projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1db0db3
)
ostree-prepare-root.service: Use RemainAfterExit=yes
author
Jonathan Lebon
<jonathan@jlebon.com>
Thu, 18 Oct 2018 20:40:03 +0000
(16:40 -0400)
committer
Atomic Bot
<atomic-devel@projectatomic.io>
Fri, 19 Oct 2018 15:41:10 +0000
(15:41 +0000)
For the same reasons as #1697. This is especially important in services
that are likely to be used as an `After/Before=` target in other units.
`ostree-prepare-root.service` is one such service.
Closes: #1759
Approved by: cgwalters
src/boot/ostree-prepare-root.service
patch
|
blob
|
history
diff --git
a/src/boot/ostree-prepare-root.service
b/src/boot/ostree-prepare-root.service
index 5467bcfd37e15f0f2ef21da67a01a605deb79e66..455afc3efe09b2f0e946954e5cb42bbfb8e20942 100644
(file)
--- a/
src/boot/ostree-prepare-root.service
+++ b/
src/boot/ostree-prepare-root.service
@@
-32,3
+32,4
@@
ExecStart=/usr/lib/ostree/ostree-prepare-root /sysroot
StandardInput=null
StandardOutput=syslog
StandardError=syslog+console
+RemainAfterExit=yes